Q3Initialize
You should call theQ3Initialize
function to initialize a connection to QuickDraw 3D.
TQ3Status Q3Initialize (void);DESCRIPTION
TheQ3Initialize
function initializes a connection between your application and the QuickDraw 3D graphics library. QuickDraw 3D allocates whatever internal storage it needs to manage subsequent calls to QuickDraw 3D routines, and it initializes any subcomponents it needs to call. IfQ3Initialize
returnskQ3Failure
, you should not call any QuickDraw 3D routines other than theQ3IsInitialized
function or the error-reporting routines provided by the Error Manager. CallingQ3Initialize
more than once results in a warning being posted but is otherwise acceptable.SPECIAL CONSIDERATIONS
You must callQ3Initialize
to create a connection to the QuickDraw 3D software before calling any other QuickDraw 3D routines.ERRORS
kQ3ErrorAlreadyInitialized
kQ3ErrorNotInitialized
kQ3ErrorOutOfMemory